home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / box.6 < prev    next >
Encoding:
Text File  |  1996-07-16  |  454 b   |  21 lines

  1. .TH BOX
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. BOX
  5.  
  6.  
  7.  
  8.  PolygonType BOX( VectorType Point,
  9.                   NumericType Dx, NumericType Dy, NumericType Dz )
  10.  
  11. Creates a BOX polygonal object, whose boundary is coplanar with the
  12. XY, XZ, and YZ planes. The BOX is defined by Point as
  13. base position, and Dx, Dy, Dz as BOX dimensions. Negative dimensions
  14. are allowed.
  15.  
  16. Example:
  17.  
  18.     B = BOX( vector( 0, 0, 0 ), 1, 1, 1);
  19.  
  20. creates a unit cube from 0 to 1 in all axes.
  21.